home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000164_news@columbia.edu_Fri Jan 13 14:49:15 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA00149
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 13 Jan 1995 09:49:22 -0500
  3. Received: by apakabar.cc.columbia.edu id AA28522
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 13 Jan 1995 09:49:20 -0500
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Wyse 60 emulation?
  9. Date: 13 Jan 1995 14:49:15 GMT
  10. Organization: Columbia University
  11. Lines: 25
  12. Message-Id: <3f63tb$rr7@apakabar.cc.columbia.edu>
  13. References: <3f3q36$bri@nic-nac.csu.net>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <3f3q36$bri@nic-nac.csu.net>,
  18. Tom Mendenhall <tem@scout.humboldt.edu> wrote:
  19. >Does anyone know if the 3.14 version of Kermit will emulate a Wyse 60 
  20. >terminal?
  21. >
  22. It emulates a Wyse 50.  To the best of our knowledge, a Wyse 60 is just
  23. a Wyse 50 with some emulations for other terminal types added.
  24.  
  25. >Running Unixware with DOS Merge. A Wyse 60 terminal will send PC keyboard 
  26. >scancodes plus emulate a 25 line monochrome display. A vt100 terminal 
  27. >requires a bunch of set key definitions or the user must press esc 1 for 
  28. >F1, etc.
  29. >
  30. No, Kermit does not send scan codes, and does not allow the status line
  31. to be used as a regular screen line.
  32.  
  33. Yes, you can map keys to send anything you want using SET KEY, and you
  34. can use Kermit in most common video modes: 80x25, 80x43, 80x60, etc, but
  35. the bottom line is always special.
  36.  
  37. When using Kermit to access your UnixWare system, you have a number of
  38. emulations to choose from, but they all work more or less like real
  39. terminals, not like system consoles.
  40.  
  41. - Frank